home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / DICE_MATCH.SWF / scripts / frame_1 / DoAction.as
Text File  |  2002-05-07  |  83b  |  6 lines

  1. startDrag("hand",1);
  2. tellTarget("/c_dice")
  3. {
  4.    gotoAndStop(random(6) + 1);
  5. }
  6.